_ Partial Class stopwatch Inherits ComponentFactory.Krypton.Toolkit.KryptonForm 'Form overrides dispose to clean up the component list. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) If disposing AndAlso components IsNot Nothing Then components.Dispose() End If MyBase.Dispose(disposing) End Sub 'Required by the Windows Form Designer Private components As System.ComponentModel.IContainer 'NOTE: The following procedure is required by the Windows Form Designer 'It can be modified using the Windows Form Designer. 'Do not modify it using the code editor. _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(stopwatch)) Me.KryptonPanel = New ComponentFactory.Krypton.Toolkit.KryptonPanel() Me.KryptonButton9 = New ComponentFactory.Krypton.Toolkit.KryptonButton() Me.KryptonButton10 = New ComponentFactory.Krypton.Toolkit.KryptonButton() Me.KryptonButton8 = New ComponentFactory.Krypton.Toolkit.KryptonButton() Me.KryptonButton6 = New ComponentFactory.Krypton.Toolkit.KryptonButton() Me.KryptonButton7 = New ComponentFactory.Krypton.Toolkit.KryptonButton() Me.KryptonTextBox2 = New ComponentFactory.Krypton.Toolkit.KryptonTextBox() Me.KryptonCheckBox1 = New ComponentFactory.Krypton.Toolkit.KryptonCheckBox() Me.KryptonListBox1 = New ComponentFactory.Krypton.Toolkit.KryptonListBox() Me.ContextMenuStrip2 = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.RenameToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.StartAtSelectedToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.DeleteToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.KryptonLabel1 = New ComponentFactory.Krypton.Toolkit.KryptonLabel() Me.KryptonTextBox1 = New ComponentFactory.Krypton.Toolkit.KryptonTextBox() Me.KryptonButton4 = New ComponentFactory.Krypton.Toolkit.KryptonButton() Me.KryptonButton5 = New ComponentFactory.Krypton.Toolkit.KryptonButton() Me.KryptonButton2 = New ComponentFactory.Krypton.Toolkit.KryptonButton() Me.Label1 = New System.Windows.Forms.Label() Me.Timer1 = New System.Windows.Forms.Timer(Me.components) Me.Timer2 = New System.Windows.Forms.Timer(Me.components) Me.NotifyIcon1 = New System.Windows.Forms.NotifyIcon(Me.components) Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.OpenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.StartTimingToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.PauseTimingToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.ResetTimingToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.LogTimeToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.settingstt = New System.Windows.Forms.ToolTip(Me.components) Me.showlogtt = New System.Windows.Forms.ToolTip(Me.components) Me.logtimett = New System.Windows.Forms.ToolTip(Me.components) Me.alertattt = New System.Windows.Forms.ToolTip(Me.components) Me.BackgroundWorker1 = New System.ComponentModel.BackgroundWorker() Me.elapsedtt = New System.Windows.Forms.ToolTip(Me.components) Me.startAtTip = New System.Windows.Forms.ToolTip(Me.components) CType(Me.KryptonPanel, System.ComponentModel.ISupportInitialize).BeginInit() Me.KryptonPanel.SuspendLayout() Me.ContextMenuStrip2.SuspendLayout() Me.ContextMenuStrip1.SuspendLayout() Me.SuspendLayout() ' 'KryptonPanel ' Me.KryptonPanel.Controls.Add(Me.KryptonButton9) Me.KryptonPanel.Controls.Add(Me.KryptonButton10) Me.KryptonPanel.Controls.Add(Me.KryptonButton8) Me.KryptonPanel.Controls.Add(Me.KryptonButton6) Me.KryptonPanel.Controls.Add(Me.KryptonButton7) Me.KryptonPanel.Controls.Add(Me.KryptonTextBox2) Me.KryptonPanel.Controls.Add(Me.KryptonCheckBox1) Me.KryptonPanel.Controls.Add(Me.KryptonListBox1) Me.KryptonPanel.Controls.Add(Me.KryptonLabel1) Me.KryptonPanel.Controls.Add(Me.KryptonTextBox1) Me.KryptonPanel.Controls.Add(Me.KryptonButton4) Me.KryptonPanel.Controls.Add(Me.KryptonButton5) Me.KryptonPanel.Controls.Add(Me.KryptonButton2) Me.KryptonPanel.Controls.Add(Me.Label1) Me.KryptonPanel.Dock = System.Windows.Forms.DockStyle.Fill Me.KryptonPanel.Location = New System.Drawing.Point(0, 0) Me.KryptonPanel.Name = "KryptonPanel" Me.KryptonPanel.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Office2010Blue Me.KryptonPanel.Size = New System.Drawing.Size(381, 247) Me.KryptonPanel.TabIndex = 14 ' 'KryptonButton9 ' Me.KryptonButton9.Location = New System.Drawing.Point(115, 133) Me.KryptonButton9.Name = "KryptonButton9" Me.KryptonButton9.Size = New System.Drawing.Size(72, 27) Me.KryptonButton9.TabIndex = 0 Me.KryptonButton9.Values.Text = "Start" ' 'KryptonButton10 ' Me.KryptonButton10.Location = New System.Drawing.Point(3, 3) Me.KryptonButton10.Name = "KryptonButton10" Me.KryptonButton10.Size = New System.Drawing.Size(149, 25) Me.KryptonButton10.TabIndex = 8 Me.KryptonButton10.Values.Image = CType(resources.GetObject("KryptonButton10.Values.Image"), System.Drawing.Image) Me.KryptonButton10.Values.Text = "Switch to Countdown" ' 'KryptonButton8 ' Me.KryptonButton8.Location = New System.Drawing.Point(343, 3) Me.KryptonButton8.Name = "KryptonButton8" Me.KryptonButton8.Size = New System.Drawing.Size(31, 25) Me.KryptonButton8.TabIndex = 9 Me.settingstt.SetToolTip(Me.KryptonButton8, "Settings") Me.KryptonButton8.Values.Image = CType(resources.GetObject("KryptonButton8.Values.Image"), System.Drawing.Image) Me.KryptonButton8.Values.Text = "" ' 'KryptonButton6 ' Me.KryptonButton6.Location = New System.Drawing.Point(401, 215) Me.KryptonButton6.Name = "KryptonButton6" Me.KryptonButton6.Size = New System.Drawing.Size(106, 24) Me.KryptonButton6.TabIndex = 10 Me.KryptonButton6.Values.Text = "Start at Selected" ' 'KryptonButton7 ' Me.KryptonButton7.Location = New System.Drawing.Point(513, 215) Me.KryptonButton7.Name = "KryptonButton7" Me.KryptonButton7.Size = New System.Drawing.Size(106, 24) Me.KryptonButton7.TabIndex = 9 Me.KryptonButton7.Values.Text = "Delete Selected" ' 'KryptonTextBox2 ' Me.KryptonTextBox2.Location = New System.Drawing.Point(256, 215) Me.KryptonTextBox2.MaxLength = 14 Me.KryptonTextBox2.Name = "KryptonTextBox2" Me.KryptonTextBox2.Size = New System.Drawing.Size(76, 20) Me.KryptonTextBox2.TabIndex = 7 Me.KryptonTextBox2.Text = "00:05:00.0" Me.alertattt.SetToolTip(Me.KryptonTextBox2, "This field supports the flexible input syntax, so you may" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "omit some elements for" & _ " simplicity. More details in Settings." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Alerts can be configured in Settings.") ' 'KryptonCheckBox1 ' Me.KryptonCheckBox1.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.NormalControl Me.KryptonCheckBox1.Location = New System.Drawing.Point(188, 215) Me.KryptonCheckBox1.Name = "KryptonCheckBox1" Me.KryptonCheckBox1.Size = New System.Drawing.Size(66, 20) Me.KryptonCheckBox1.TabIndex = 6 Me.KryptonCheckBox1.Text = "Alert at:" Me.alertattt.SetToolTip(Me.KryptonCheckBox1, "This field supports the flexible input syntax, so you may" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "omit some elements for" & _ " simplicity. More details in Settings." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Alerts can be configured in Settings.") Me.KryptonCheckBox1.Values.Text = "Alert at:" ' 'KryptonListBox1 ' Me.KryptonListBox1.ContextMenuStrip = Me.ContextMenuStrip2 Me.KryptonListBox1.Location = New System.Drawing.Point(401, 3) Me.KryptonListBox1.Name = "KryptonListBox1" Me.KryptonListBox1.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended Me.KryptonListBox1.Size = New System.Drawing.Size(218, 206) Me.KryptonListBox1.TabIndex = 6 ' 'ContextMenuStrip2 ' Me.ContextMenuStrip2.Font = New System.Drawing.Font("Segoe UI", 9.0!) Me.ContextMenuStrip2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.RenameToolStripMenuItem, Me.StartAtSelectedToolStripMenuItem, Me.DeleteToolStripMenuItem}) Me.ContextMenuStrip2.Name = "ContextMenuStrip2" Me.ContextMenuStrip2.Size = New System.Drawing.Size(118, 70) ' 'RenameToolStripMenuItem ' Me.RenameToolStripMenuItem.Name = "RenameToolStripMenuItem" Me.RenameToolStripMenuItem.Size = New System.Drawing.Size(117, 22) Me.RenameToolStripMenuItem.Text = "Rename" ' 'StartAtSelectedToolStripMenuItem ' Me.StartAtSelectedToolStripMenuItem.Name = "StartAtSelectedToolStripMenuItem" Me.StartAtSelectedToolStripMenuItem.Size = New System.Drawing.Size(117, 22) Me.StartAtSelectedToolStripMenuItem.Text = "Start" ' 'DeleteToolStripMenuItem ' Me.DeleteToolStripMenuItem.Name = "DeleteToolStripMenuItem" Me.DeleteToolStripMenuItem.Size = New System.Drawing.Size(117, 22) Me.DeleteToolStripMenuItem.Text = "Delete" ' 'KryptonLabel1 ' Me.KryptonLabel1.Location = New System.Drawing.Point(49, 215) Me.KryptonLabel1.Name = "KryptonLabel1" Me.KryptonLabel1.Size = New System.Drawing.Size(53, 20) Me.KryptonLabel1.TabIndex = 1 Me.startAtTip.SetToolTip(Me.KryptonLabel1, "This field supports the flexible input syntax, so you may" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "omit some elements for" & _ " simplicity. More details in Settings.") Me.KryptonLabel1.Values.Text = "Start at:" ' 'KryptonTextBox1 ' Me.KryptonTextBox1.Location = New System.Drawing.Point(104, 215) Me.KryptonTextBox1.MaxLength = 14 Me.KryptonTextBox1.Name = "KryptonTextBox1" Me.KryptonTextBox1.Size = New System.Drawing.Size(76, 20) Me.KryptonTextBox1.TabIndex = 5 Me.KryptonTextBox1.Text = "00:00:00.0" Me.startAtTip.SetToolTip(Me.KryptonTextBox1, "This field supports the flexible input syntax, so you may" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "omit some elements for" & _ " simplicity. More details in Settings.") ' 'KryptonButton4 ' Me.KryptonButton4.Location = New System.Drawing.Point(193, 133) Me.KryptonButton4.Name = "KryptonButton4" Me.KryptonButton4.Size = New System.Drawing.Size(72, 27) Me.KryptonButton4.TabIndex = 3 Me.showlogtt.SetToolTip(Me.KryptonButton4, "Show/hide your logged times") Me.KryptonButton4.Values.Text = "Show Log" ' 'KryptonButton5 ' Me.KryptonButton5.Location = New System.Drawing.Point(193, 166) Me.KryptonButton5.Name = "KryptonButton5" Me.KryptonButton5.Size = New System.Drawing.Size(72, 27) Me.KryptonButton5.TabIndex = 4 Me.logtimett.SetToolTip(Me.KryptonButton5, "Save the current elapsed time.") Me.KryptonButton5.Values.Text = "Log Time" ' 'KryptonButton2 ' Me.KryptonButton2.Location = New System.Drawing.Point(115, 166) Me.KryptonButton2.Name = "KryptonButton2" Me.KryptonButton2.Size = New System.Drawing.Size(72, 27) Me.KryptonButton2.TabIndex = 2 Me.KryptonButton2.Values.Text = "Reset" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.BackColor = System.Drawing.Color.Transparent Me.Label1.Font = New System.Drawing.Font("Calibri", 40.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.Location = New System.Drawing.Point(14, 40) Me.Label1.MaximumSize = New System.Drawing.Size(367, 66) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(367, 66) Me.Label1.TabIndex = 11 Me.Label1.Text = "00:00:00.00000" Me.elapsedtt.SetToolTip(Me.Label1, "Click to copy elapsed time") ' 'Timer1 ' Me.Timer1.Interval = 1 ' 'Timer2 ' Me.Timer2.Interval = 1 ' 'NotifyIcon1 ' Me.NotifyIcon1.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info Me.NotifyIcon1.BalloonTipText = "E-Tech Timer: Your specified time has been reached." Me.NotifyIcon1.BalloonTipTitle = "Time's up!" Me.NotifyIcon1.ContextMenuStrip = Me.ContextMenuStrip1 Me.NotifyIcon1.Icon = CType(resources.GetObject("NotifyIcon1.Icon"), System.Drawing.Icon) Me.NotifyIcon1.Text = "E-Tech Timer" Me.NotifyIcon1.Visible = True ' 'ContextMenuStrip1 ' Me.ContextMenuStrip1.Font = New System.Drawing.Font("Segoe UI", 9.0!) Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.OpenToolStripMenuItem, Me.StartTimingToolStripMenuItem, Me.PauseTimingToolStripMenuItem, Me.ResetTimingToolStripMenuItem, Me.LogTimeToolStripMenuItem}) Me.ContextMenuStrip1.Name = "ContextMenuStrip1" Me.ContextMenuStrip1.Size = New System.Drawing.Size(147, 114) Me.ContextMenuStrip1.Text = "E-Tech Timer" ' 'OpenToolStripMenuItem ' Me.OpenToolStripMenuItem.Name = "OpenToolStripMenuItem" Me.OpenToolStripMenuItem.Size = New System.Drawing.Size(146, 22) Me.OpenToolStripMenuItem.Text = "Open" ' 'StartTimingToolStripMenuItem ' Me.StartTimingToolStripMenuItem.Name = "StartTimingToolStripMenuItem" Me.StartTimingToolStripMenuItem.Size = New System.Drawing.Size(146, 22) Me.StartTimingToolStripMenuItem.Text = "Start Timing" ' 'PauseTimingToolStripMenuItem ' Me.PauseTimingToolStripMenuItem.Name = "PauseTimingToolStripMenuItem" Me.PauseTimingToolStripMenuItem.Size = New System.Drawing.Size(146, 22) Me.PauseTimingToolStripMenuItem.Text = "Pause Timing" ' 'ResetTimingToolStripMenuItem ' Me.ResetTimingToolStripMenuItem.Name = "ResetTimingToolStripMenuItem" Me.ResetTimingToolStripMenuItem.Size = New System.Drawing.Size(146, 22) Me.ResetTimingToolStripMenuItem.Text = "Reset Timing" ' 'LogTimeToolStripMenuItem ' Me.LogTimeToolStripMenuItem.Name = "LogTimeToolStripMenuItem" Me.LogTimeToolStripMenuItem.Size = New System.Drawing.Size(146, 22) Me.LogTimeToolStripMenuItem.Text = "Log Time" ' 'BackgroundWorker1 ' ' 'stopwatch ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(381, 247) Me.Controls.Add(Me.KryptonPanel) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.MaximizeBox = False Me.MaximumSize = New System.Drawing.Size(397, 286) Me.MinimumSize = New System.Drawing.Size(397, 286) Me.Name = "stopwatch" Me.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Office2010Black Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.TextExtra = "E-Tech Timer" CType(Me.KryptonPanel, System.ComponentModel.ISupportInitialize).EndInit() Me.KryptonPanel.ResumeLayout(False) Me.KryptonPanel.PerformLayout() Me.ContextMenuStrip2.ResumeLayout(False) Me.ContextMenuStrip1.ResumeLayout(False) Me.ResumeLayout(False) End Sub Friend WithEvents KryptonPanel As ComponentFactory.Krypton.Toolkit.KryptonPanel Public Sub New() ' This call is required by the Windows Form Designer. InitializeComponent() ' Add any initialization after the InitializeComponent() call. End Sub Protected Overrides Sub Finalize() MyBase.Finalize() End Sub Friend WithEvents KryptonButton4 As ComponentFactory.Krypton.Toolkit.KryptonButton Friend WithEvents KryptonButton5 As ComponentFactory.Krypton.Toolkit.KryptonButton Friend WithEvents KryptonButton2 As ComponentFactory.Krypton.Toolkit.KryptonButton Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents Timer1 As System.Windows.Forms.Timer Friend WithEvents KryptonLabel1 As ComponentFactory.Krypton.Toolkit.KryptonLabel Friend WithEvents KryptonTextBox1 As ComponentFactory.Krypton.Toolkit.KryptonTextBox Friend WithEvents Timer2 As System.Windows.Forms.Timer Friend WithEvents KryptonListBox1 As ComponentFactory.Krypton.Toolkit.KryptonListBox Friend WithEvents KryptonTextBox2 As ComponentFactory.Krypton.Toolkit.KryptonTextBox Friend WithEvents KryptonCheckBox1 As ComponentFactory.Krypton.Toolkit.KryptonCheckBox Friend WithEvents NotifyIcon1 As System.Windows.Forms.NotifyIcon Friend WithEvents ContextMenuStrip1 As System.Windows.Forms.ContextMenuStrip Friend WithEvents OpenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents StartTimingToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents PauseTimingToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents ResetTimingToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents LogTimeToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents KryptonButton6 As ComponentFactory.Krypton.Toolkit.KryptonButton Friend WithEvents KryptonButton7 As ComponentFactory.Krypton.Toolkit.KryptonButton Friend WithEvents KryptonButton8 As ComponentFactory.Krypton.Toolkit.KryptonButton Friend WithEvents settingstt As System.Windows.Forms.ToolTip Friend WithEvents showlogtt As System.Windows.Forms.ToolTip Friend WithEvents logtimett As System.Windows.Forms.ToolTip Friend WithEvents KryptonButton10 As ComponentFactory.Krypton.Toolkit.KryptonButton Friend WithEvents alertattt As System.Windows.Forms.ToolTip Friend WithEvents BackgroundWorker1 As System.ComponentModel.BackgroundWorker Friend WithEvents elapsedtt As System.Windows.Forms.ToolTip Friend WithEvents ContextMenuStrip2 As System.Windows.Forms.ContextMenuStrip Friend WithEvents RenameToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents StartAtSelectedToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents DeleteToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents KryptonButton9 As ComponentFactory.Krypton.Toolkit.KryptonButton Friend WithEvents startAtTip As System.Windows.Forms.ToolTip End Class